home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 November / EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso / earcd / faq / amigafaq.lha / AmigaFAQ / programmer / pragmas / timer_pragmas.h < prev    next >
C/C++ Source or Header  |  1994-07-28  |  422b  |  17 lines

  1. #ifndef PRAGMAS_TIMER_PRAGMAS_H
  2. #define PRAGMAS_TIMER_PRAGMAS_H
  3.  
  4. #ifndef CLIB_TIMER_PROTOS_H
  5. #include <clib/timer_protos.h>
  6. #endif
  7.  
  8. extern struct Library *TimerBase;
  9.  
  10. #pragma libcall TimerBase AddTime 2a 9802
  11. #pragma libcall TimerBase SubTime 30 9802
  12. #pragma libcall TimerBase CmpTime 36 9802
  13. #pragma libcall TimerBase ReadEClock 3c 801
  14. #pragma libcall TimerBase GetSysTime 42 801
  15.  
  16. #endif  /*  PRAGMAS_TIMER_PRAGMAS_H  */
  17.